Tile.this

Creates an instance of #ShumateTile.

  1. this(ShumateTile* shumateTile, bool ownedRef)
  2. this()
  3. this(uint x, uint y, uint size, uint zoomLevel)
    class Tile
    this
    (
    uint x
    ,
    uint y
    ,
    uint size
    ,)

Parameters

x uint

the x position

y uint

the y position

size uint

the size in pixels

zoomLevel uint

the zoom level

Return Value

a #ShumateTile

Throws

ConstructionException GTK+ fails to create the object.

Meta